home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / auth.wsdl next >
Extensible Markup Language  |  2008-11-13  |  8KB  |  195 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:import namespace="http://www.w3.org/2001/XMLSchema" />
  6.       <s:element name="Authenticate">
  7.         <s:complexType>
  8.           <s:sequence>
  9.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  10.             <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  11.           </s:sequence>
  12.         </s:complexType>
  13.       </s:element>
  14.       <s:element name="AuthenticateResponse">
  15.         <s:complexType>
  16.           <s:sequence>
  17.             <s:element minOccurs="1" maxOccurs="1" name="AuthenticateResult" type="s:boolean" />
  18.           </s:sequence>
  19.         </s:complexType>
  20.       </s:element>
  21.       <s:element name="Authenticate1">
  22.         <s:complexType>
  23.           <s:sequence>
  24.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  25.             <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  26.             <s:element minOccurs="1" maxOccurs="1" name="lngKeyVal" type="s:long" />
  27.           </s:sequence>
  28.         </s:complexType>
  29.       </s:element>
  30.       <s:element name="Authenticate1Response">
  31.         <s:complexType>
  32.           <s:sequence>
  33.             <s:element minOccurs="0" maxOccurs="1" name="Authenticate1Result" type="s:string" />
  34.           </s:sequence>
  35.         </s:complexType>
  36.       </s:element>
  37.       <s:element name="CheckUnique">
  38.         <s:complexType>
  39.           <s:sequence>
  40.             <s:element minOccurs="0" maxOccurs="1" name="strUniqueNum" type="s:string" />
  41.           </s:sequence>
  42.         </s:complexType>
  43.       </s:element>
  44.       <s:element name="CheckUniqueResponse">
  45.         <s:complexType>
  46.           <s:sequence>
  47.             <s:element minOccurs="0" maxOccurs="1" name="CheckUniqueResult" type="s:string" />
  48.           </s:sequence>
  49.         </s:complexType>
  50.       </s:element>
  51.       <s:element name="CheckValidity">
  52.         <s:complexType>
  53.           <s:sequence>
  54.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  55.             <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
  56.           </s:sequence>
  57.         </s:complexType>
  58.       </s:element>
  59.       <s:element name="CheckValidityResponse">
  60.         <s:complexType>
  61.           <s:sequence>
  62.             <s:element minOccurs="0" maxOccurs="1" name="CheckValidityResult" type="s:string" />
  63.           </s:sequence>
  64.         </s:complexType>
  65.       </s:element>
  66.       <s:element name="downfile">
  67.         <s:complexType>
  68.           <s:sequence>
  69.             <s:element minOccurs="0" maxOccurs="1" name="param1" type="s:string" />
  70.             <s:element minOccurs="0" maxOccurs="1" name="param2" type="s:string" />
  71.           </s:sequence>
  72.         </s:complexType>
  73.       </s:element>
  74.       <s:element name="downfileResponse">
  75.         <s:complexType>
  76.           <s:sequence>
  77.             <s:element minOccurs="0" maxOccurs="1" name="downfileResult">
  78.               <s:complexType>
  79.                 <s:sequence>
  80.                   <s:element ref="s:schema" />
  81.                   <s:any />
  82.                 </s:sequence>
  83.               </s:complexType>
  84.             </s:element>
  85.           </s:sequence>
  86.         </s:complexType>
  87.       </s:element>
  88.     </s:schema>
  89.   </wsdl:types>
  90.   <wsdl:message name="AuthenticateSoapIn">
  91.     <wsdl:part name="parameters" element="tns:Authenticate" />
  92.   </wsdl:message>
  93.   <wsdl:message name="AuthenticateSoapOut">
  94.     <wsdl:part name="parameters" element="tns:AuthenticateResponse" />
  95.   </wsdl:message>
  96.   <wsdl:message name="Authenticate1SoapIn">
  97.     <wsdl:part name="parameters" element="tns:Authenticate1" />
  98.   </wsdl:message>
  99.   <wsdl:message name="Authenticate1SoapOut">
  100.     <wsdl:part name="parameters" element="tns:Authenticate1Response" />
  101.   </wsdl:message>
  102.   <wsdl:message name="CheckUniqueSoapIn">
  103.     <wsdl:part name="parameters" element="tns:CheckUnique" />
  104.   </wsdl:message>
  105.   <wsdl:message name="CheckUniqueSoapOut">
  106.     <wsdl:part name="parameters" element="tns:CheckUniqueResponse" />
  107.   </wsdl:message>
  108.   <wsdl:message name="CheckValiditySoapIn">
  109.     <wsdl:part name="parameters" element="tns:CheckValidity" />
  110.   </wsdl:message>
  111.   <wsdl:message name="CheckValiditySoapOut">
  112.     <wsdl:part name="parameters" element="tns:CheckValidityResponse" />
  113.   </wsdl:message>
  114.   <wsdl:message name="downfileSoapIn">
  115.     <wsdl:part name="parameters" element="tns:downfile" />
  116.   </wsdl:message>
  117.   <wsdl:message name="downfileSoapOut">
  118.     <wsdl:part name="parameters" element="tns:downfileResponse" />
  119.   </wsdl:message>
  120.   <wsdl:portType name="authSoap">
  121.     <wsdl:operation name="Authenticate">
  122.       <wsdl:input message="tns:AuthenticateSoapIn" />
  123.       <wsdl:output message="tns:AuthenticateSoapOut" />
  124.     </wsdl:operation>
  125.     <wsdl:operation name="Authenticate1">
  126.       <wsdl:input message="tns:Authenticate1SoapIn" />
  127.       <wsdl:output message="tns:Authenticate1SoapOut" />
  128.     </wsdl:operation>
  129.     <wsdl:operation name="CheckUnique">
  130.       <wsdl:input message="tns:CheckUniqueSoapIn" />
  131.       <wsdl:output message="tns:CheckUniqueSoapOut" />
  132.     </wsdl:operation>
  133.     <wsdl:operation name="CheckValidity">
  134.       <wsdl:input message="tns:CheckValiditySoapIn" />
  135.       <wsdl:output message="tns:CheckValiditySoapOut" />
  136.     </wsdl:operation>
  137.     <wsdl:operation name="downfile">
  138.       <wsdl:input message="tns:downfileSoapIn" />
  139.       <wsdl:output message="tns:downfileSoapOut" />
  140.     </wsdl:operation>
  141.   </wsdl:portType>
  142.   <wsdl:binding name="authSoap" type="tns:authSoap">
  143.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  144.     <wsdl:operation name="Authenticate">
  145.       <soap:operation soapAction="http://tempuri.org/Authenticate" style="document" />
  146.       <wsdl:input>
  147.         <soap:body use="literal" />
  148.       </wsdl:input>
  149.       <wsdl:output>
  150.         <soap:body use="literal" />
  151.       </wsdl:output>
  152.     </wsdl:operation>
  153.     <wsdl:operation name="Authenticate1">
  154.       <soap:operation soapAction="http://tempuri.org/Authenticate1" style="document" />
  155.       <wsdl:input>
  156.         <soap:body use="literal" />
  157.       </wsdl:input>
  158.       <wsdl:output>
  159.         <soap:body use="literal" />
  160.       </wsdl:output>
  161.     </wsdl:operation>
  162.     <wsdl:operation name="CheckUnique">
  163.       <soap:operation soapAction="http://tempuri.org/CheckUnique" style="document" />
  164.       <wsdl:input>
  165.         <soap:body use="literal" />
  166.       </wsdl:input>
  167.       <wsdl:output>
  168.         <soap:body use="literal" />
  169.       </wsdl:output>
  170.     </wsdl:operation>
  171.     <wsdl:operation name="CheckValidity">
  172.       <soap:operation soapAction="http://tempuri.org/CheckValidity" style="document" />
  173.       <wsdl:input>
  174.         <soap:body use="literal" />
  175.       </wsdl:input>
  176.       <wsdl:output>
  177.         <soap:body use="literal" />
  178.       </wsdl:output>
  179.     </wsdl:operation>
  180.     <wsdl:operation name="downfile">
  181.       <soap:operation soapAction="http://tempuri.org/downfile" style="document" />
  182.       <wsdl:input>
  183.         <soap:body use="literal" />
  184.       </wsdl:input>
  185.       <wsdl:output>
  186.         <soap:body use="literal" />
  187.       </wsdl:output>
  188.     </wsdl:operation>
  189.   </wsdl:binding>
  190.   <wsdl:service name="auth">
  191.     <wsdl:port name="authSoap" binding="tns:authSoap">
  192.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/Authentication/auth.asmx" />
  193.     </wsdl:port>
  194.   </wsdl:service>
  195. </wsdl:definitions>